home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / balones.swf / scripts / frame_2 / DoAction.as
Text File  |  2013-04-24  |  447b  |  19 lines

  1. function ┬º-1┬º()
  2. {
  3.    LVlogin = new LoadVars();
  4.    LVlogin.onLoad = function()
  5.    {
  6.       _root.user_id = this.result;
  7.       delete LVwrite;
  8.    };
  9.    LVlist.load("http://" + _root.homepage + "/savegame/check_login." + _root.prog);
  10. }
  11. Stage.showMenu = false;
  12. SoundObj = new Sound(this);
  13. SoundObj.attachSound("bgm");
  14. SoundObj2 = new Sound(this);
  15. SoundObj2.attachSound("bgm2");
  16. System.useCodepage = true;
  17. SoundObj2.start();
  18. "-1"();
  19.